home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / lut.arc / LUT.DOC < prev   
Encoding:
Text File  |  1985-03-23  |  2.5 KB  |  72 lines

  1.  
  2.  
  3. LUT Command
  4. -----------
  5.  
  6. Purpose:   Displays the directory of one or more library (LBR) files
  7.            which were created by the LU or LAR utility.
  8.  
  9. Format:    LUT  [d:][path]filename[.ext]
  10.  
  11. Remarks:   The single operand names a library file. Global filename
  12.            characters * and ? are  allowed in  the filename and  the
  13.            extension. If the extension is omitted, LBR is assumed.
  14.  
  15.            If the filename is omitted, all LBR files on the current
  16.            drive and in the current directory are listed.
  17.  
  18. Examples:
  19.         1) List directories of all LBR files on current drive
  20.                 LUT
  21.  
  22.         2) List directory of all LBR files on drive B
  23.                 LUT B:
  24.  
  25.         3) List all LBR directories of filenames beginning with XYZ
  26.                 LUT XYZ*
  27.  
  28.         4) List all LBR directories for files in the path \TEST
  29.                 LUT \TEST
  30.  
  31.         5) List all LBR directories in path \TEST beginning with XYZ
  32.                 LUT \TEST\XYZ*
  33.  
  34.  
  35. Notes:     Written by Vernon Buerg for public domain use.
  36.            For DOS 2.0 or later. Not for sale or hire.
  37.  
  38. History:
  39.            Version 1.6, July 11, 1984.
  40.  
  41.            Version 1.7, August 8, 1984.
  42.                 Ignore CRC bytes in directory.
  43.                 Use memory allocation functions.
  44.                 Checks for DOS 2.
  45.  
  46.            Version 1.83, September 25, 1984.
  47.                 Sort directory by name.
  48.                 Check and display CRC values.
  49.                 Format LU86 format date/time.
  50.  
  51.            Version 1.9, November 9, 1984.
  52.                 Assume LBR extension.
  53.                 Default to all LBR files if only a path is supplied
  54.  
  55. ----------
  56.  
  57.                                                                        
  58.                                                                        
  59.                                                                        
  60. mber 9, 1984.
  61.                 Assume LBR extension.
  62.                 Default to all LBR files if only a path is supplied
  63.  
  64. ----------
  65.  
  66.                                                                        
  67.                                                                        
  68.